Platform Explorer / Nuxeo Platform 2023.10

Extension point lockmanager

Documentation

Extension point to register lock managers.

A new Lock Manager can be contributed using the following extension point:

    <lockmanager class="some.class.implementing.LockManager" name="default"/>

A repository will use the Lock Manager of the same name.

Contribution Descriptors

  • Class: org.nuxeo.ecm.core.storage.lock.LockManagerDescriptor

Contributions

No known contributions.